Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 654 Bytes

Git - fatal error detected dubious ownership in repository.md

File metadata and controls

22 lines (16 loc) · 654 Bytes
title date slug publish tags
Git - fatal: detected dubious ownership in repository
2023-07-08
git-fatal-detected-dubious-ownership-in-repository
true
git

I got some git errors while building my keyboard firmware

Adding git config --global --add safe.directory /some/path/ works, but it will took some time to add it one by one.

However, you can add wildcard safe directories using "*" 1, allowing every directories to be fetched.

git config --global --add safe.directory "*"